home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
watcom
/
st4gw110
/
stub4gw.lnk
< prev
next >
Wrap
Text File
|
1995-01-28
|
508b
|
20 lines
# modify existing entry in WLSYSTEM.LNK file according to this:
system begin dos4g
option osname='Rational Systems'
libpath %WATCOM%\lib386
libpath %WATCOM%\lib386\dos
# change this line:
op stub=stub4gw.exe
format os2 le
end
# this system option was added just for convenience
system begin dos4gq
option osname='Rational Systems Quiet'
libpath %WATCOM%\lib386
libpath %WATCOM%\lib386\dos
# change this line:
op stub=stub4gwq.exe
format os2 le
end